home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / WNFOS111.ZIP / WHATSNEW.TXT < prev    next >
Encoding:
Text File  |  1996-04-09  |  5.2 KB  |  114 lines

  1. Revision History:
  2.  
  3. v1.11
  4. - Fixed timing problems encountered after handing off from FOSSIL-32
  5.   applications.
  6. - Fixed hanging condition when modem is not responsive.
  7.  
  8. v1.10
  9. - WinFOSSIL provides port handling support for 32-bit applications 
  10.   running under Windows 95.  Applications that take advantage of this
  11.   feature can operate under Windows 95 and hand off the FOSSIL port
  12.   to other FOSSIL aware applications.  For example, BinkleyTerm/32
  13.   with WinFOSSIL support enabled can now hand off the port to a
  14.   16-bit Maximus BBS package configured to use the same FOSSIL port.
  15.   Authors: Contact Woodruff Software Systems for sample code if you
  16.   are interested in supporting the FOSSIL extensions for Win32.
  17. - Fixed a problem with the write functions where a timeout occurs
  18.   when the CTS is not asserted for 30ms.  This would result in a
  19.   30 second timeout in various applications.  Wildcat! 4 and L.O.R.D.
  20.   experienced this problem in some system configurations.
  21. - Fixed a problem with applications that expected the FOSSIL port to
  22.   remain open (HOT) when passed from an active BBS connection.  When
  23.   the port was not already open, this would result in the application
  24.   using the BIOS routines instead of FOSSIL routines or reporting
  25.   that the FOSSIL was not availble or the carrier had been disconnected.
  26.   This "auto-open" feature is enabled by default for NEW
  27.   installations, UPGRADES will need to use the Control Panel
  28.   application to enable this feature per port.
  29.  
  30. v1.09
  31. - Registration IDs are now invalid.  New signatures will be sent
  32.   to customers who have registered the product. 
  33. - Enabled finer control for time-slice management.  This is managed
  34.   per COM port and is configured using the control panel application.
  35. - Enabled port performance statistics.  These statistics can be monitored 
  36.   using the System Monitor tool.  Logging of these statistics is
  37.   not enabled by default as it has caused other performance problems
  38.   on slower machines.  Again, this option can be controlled using 
  39.   the control panel application.
  40.  
  41. v1.08
  42. - Tracked down source of incompatibilities with TradeWars 2002 and
  43.   other non-FOSSIL MS-DOS applications.  The hardware state for the 
  44.   COM port is now properly reflected to these applications.
  45. - Added WNFOSCTL, a utility to lock and unlock the FOSSIL baud rates
  46.   for FAX modems requiring fixed DTE rates for receipt of faxes.
  47.  
  48. v1.07
  49. - Made various performance enhancements related to improving throughput, 
  50.   reducing time-outs and CRC errors. 
  51. - Buffers limits automatically set to enable send XOFF request (or
  52.   drop RTS) at 7/8 receive full and send XON request (or raise RTS)
  53.   when it empties to 1/8 full.
  54. - Hardware handshaking is now enabled by default for locked baud
  55.   rates.
  56. - Fixed more sleepy applications.  We have decided that Windows can
  57.   handle time-slicing better than an application that is requesting to
  58.   release it's time-slice while in the middle of a file transfer. 
  59.   WinFOSSIL filters the "release time-slice" requests and only allow
  60.   these requests when there is no activity on the COM port.  This
  61.   prevents the MS-DOS session from sitting idle when there is really
  62.   activity on the port.  This was not a problem for MS-DOS based FOSSIL
  63.   drivers because interrupts from the hardware device always kept the
  64.   MS-DOS session busy while servicing the interrupt.
  65. - WinFOSSIL now supports up to 16 ports.
  66.  
  67. v1.06a
  68. - Corrected installation to modify \WINDOWS\SYSTEM.INI not
  69.   \WINDOWS\SYSTEM\SYSTEM.INI.
  70.  
  71. v1.06
  72. - Fixed incompatibility with Blue Wave 3.11 (Max) mail reader door
  73.   program.
  74. - Fixed a another timing issue with the transmitter flush.
  75. - Verified compatibility with Doorway 2.30.
  76. - Worked around a problem in the Windows 95 COMM driver which was the
  77.   source of another stuck transmitter problem frequently reproduced
  78.   with Remote Access.
  79.  
  80. v1.05a
  81. - Fixed another blocking situation with idle timeouts.  This one
  82.   seems to be the source of CRC errors with my system while running
  83.   BinkleyTerm and/or Maximus.  If these applications are configured to
  84.   use multitasking features, the MS-DOS session running the BBS
  85.   software was likely to sleep after it filled the transmit buffer. 
  86.   The receiving system would timeout waiting for the completion of the
  87.   actual data block and throughput was hindered considerably. 
  88.  
  89. v1.05
  90. - Fixed more FrontDoor and RemoteAccess problems.  Performance was
  91.   hindered by the constant "release time slice" signaling by these 
  92.   applications. The MS-DOS session will now be awakened whenever there
  93.   is an event pending on the serial device.
  94. - Fixed peek character routine -- was returning a false status in
  95.   some cases.
  96. - Added VFOSSIL support.
  97. - Fixed Ctrl-C/Ctrl-K handler.
  98. - Enhanced the help file.
  99. - Adjusted XON/XOFF limits to allow WinFOSSIL to leave control lines
  100.   enabled with a higher buffer fill percentage.
  101.  
  102. v1.04
  103. - Fixed deadlocks with FrontDoor and InterMail.
  104. - Added support for enabling FOSSIL control on a port by port basis.
  105.  
  106. v1.03
  107. - Return proper codes on port reactivation, enhanced timeout handling
  108.   for receive character routine.
  109. - Investigated reported issues regarding FrontDoor. 
  110.  
  111. v1.02
  112. - Fixed performance and timeouts with Function AH=01h, WriteCharWait().
  113.  
  114.